From: Jonathan Lebon Date: Thu, 11 Aug 2016 14:29:56 +0000 (-0400) Subject: ostree_bootdir: prepend $(prefix) to path X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~48^2~25 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=182cb273c66699c12a5a465bbc1119503463fa7d;p=ostree.git ostree_bootdir: prepend $(prefix) to path Otherwise we break local installs. Closes: #456 Approved by: cgwalters --- diff --git a/Makefile-decls.am b/Makefile-decls.am index d7e61355..aa93a5f2 100644 --- a/Makefile-decls.am +++ b/Makefile-decls.am @@ -43,7 +43,7 @@ gir_DATA = typelibdir = $(libdir)/girepository-1.0 typelib_DATA = gsettings_SCHEMAS = -ostree_bootdir = /usr/lib/ostree +ostree_bootdir = $(prefix)/usr/lib/ostree ostree_boot_PROGRAMS = # This is a special facility to chain together hooks easily